Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 32,170 for

metadata watermarking

(0.32 sec)
  1. Working with metadata in FLV files | GroupDocs

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root Metadata package Extract the native Metadata package using the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_Metadata_for_specific_formats.video.flv.FlvReadHeaderProperties try (Metadata Metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = Metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP Metadata GroupDocs....Watermark Product Solution GroupDocs.Metadata Product...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Set document metadata on save | GroupDocs

    Follow this guide and learn how to set document Metadata when saving output document after files comparison within your Python applications....Metadata Product Solution GroupDocs...Product Solution GroupDocs.Watermark Product Solution GroupDocs...

    docs.groupdocs.com/comparison/python-net/set-do...
  3. Working with metadata in Note formats | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows working with ONE files created by different versions of Microsoft OneNote. Please see the code samples below for more information. Inspecting Note documents The inspection feature that is introduced in this section doesn’t work with Metadata directly but extracts some useful pieces of information that can be considered as Metadata under some circumstances. For example, you may want to obtain information about pages in a note document....Watermark Product Solution GroupDocs.Metadata Product...GroupDocs.Metadata Product Family / GroupDocs.Metadata for .NET...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. Search for Metadata e-Signatures | GroupDocs

    This article explains how to search for Metadata electronic signatures within document pages using GroupDocs.Signature for Python via .NET API....Watermark Product Solution GroupDocs.Metadata Product...Usage / Search / 🔍 Metadata Search for Metadata e-Signatures Leave...

    docs.groupdocs.com/signature/python-net/search-...
  5. Indexing metadata of documents | GroupDocs

    API allows creating of full-text and / or Metadata index on documents. To index only Metadata without main content of documents, you only need to set IndexType.MetadataIndex when creating an index....Watermark Product Solution GroupDocs.Metadata Product.../ Indexing metadata of documents Indexing metadata of documents...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  6. Working with metadata in GIF images | GroupDocs

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root Metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata Metadata = new Metadata(Constants.InputGif)) { var root = Metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs....Watermark Product Solution GroupDocs.Metadata Product...GroupDocs.Metadata Product Family / GroupDocs.Metadata for .NET...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. eSign document with Metadata signature | GroupDocs

    This article shows how to add Metadata signature to the each document type meta layer with different data types over with GroupDocs.Signature...Watermark Product Solution GroupDocs.Metadata Product...document with Metadata signature eSign document with Metadata signature...

    docs.groupdocs.com/signature/java/esign-documen...
  8. Search for Metadata e-signatures | GroupDocs

    This topic explains how to search for Metadata signatures within the documents with GroupDocs.Signature API....Watermark Product Solution GroupDocs.Metadata Product...in document / 🔍 Metadata Search for Metadata e-signatures Leave...

    docs.groupdocs.com/signature/java/search-for-me...
  9. Working with Metadata in ASF Files | GroupDocs

    Working with Metadata in ASF files Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF Metadata. Load an ASF video Get the root Metadata package Extract the native Metadata package using AsfRootPackage.AsfPackage Read the ASF Metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties using (Metadata Metadata = new Metadata(Constants.InputAsf)) { var root = Metadata.GetRootPackage(); var package = root.AsfPackage; // Display basic properties Console....Watermark Product Solution GroupDocs.Metadata Product...GroupDocs.Metadata Product Family / GroupDocs.Metadata for .NET...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. eSign Spreadsheet with Metadata signature | Gro...

    This article explains how to add Metadata signatures to Spreadsheet document with GroupDocs.Signature...Watermark Product Solution GroupDocs.Metadata Product...Electronic signature types / Metadata signatures / eSign Spreadsheet...

    docs.groupdocs.com/signature/net/esign-spreadsh...